home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if (the machineType = 256) and (the quickTimePresent = 0) then
- open(the pathName & "WINSETUP¥QTW¥SETUP.EXE")
- end if
- if (the machineType = 256) and (the quickTimePresent = 0) then
- quit()
- end if
- if (the machineType = 256) and (the colorDepth <= 8) then
- go(1, the pathName & "AP¥ABNJAL08.DIR")
- end if
- if (the machineType = 256) and (the colorDepth > 8) then
- go(1, the pathName & "AP¥ABNJWM16.DIR")
- end if
- if (the machineType <> 256) and (the colorDepth <= 8) then
- go(1, the pathName & "AP:ABNJAL08.DIR")
- end if
- if (the machineType <> 256) and (the colorDepth > 8) then
- go(1, the pathName & "AP:ABNJAL16.DIR")
- end if
- end
-